HideDetailAsync Method (FlexGridDetailProvider<TItem>)
In This Topic
Hides the detail row.
Syntax
'Declaration
Public Function HideDetailAsync( _
ByVal As Integer _
) As Task
public Task HideDetailAsync(
int
)
Parameters
- index
- The index of the original row.
See Also